home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / storage / function / dasd / add / readpre.asy < prev    next >
Encoding:
Text File  |  1994-05-04  |  420 b   |  20 lines

  1. *********************************************
  2. ** READPRE.SCR - READ PREFETCH 
  3. *********************************************
  4. @THREAD READPRE.L1
  5. @NEWALIAS DD DASDADD.GRA
  6. @IMPORT SYSINFO.U1
  7. DD SET LABEL=ONE
  8. DD DD_OPEN
  9. DD SET MEMSIZE=1024 \
  10.        NBUFF=10     \
  11.        BLOCKCOUNT=2 \
  12.        BLOCKSIZE=512 \
  13.        READFLAGS=0 \
  14.        RBA=250
  15. DD DD_READPREFETCH
  16. DD DD_CHECKSTATUS LABEL=ONE
  17. DD DD_CLOSE
  18.  
  19.  
  20.